CU_STREAM_PER_THREAD

Per-thread stream handle

Stream handle that can be passed as a CUstream to use an implicit stream with per-thread synchronization behavior.

See details of the \link_sync_behavior

extern (C)
enum CU_STREAM_PER_THREAD = cast(CUstream)0x2;

Meta